From f1c40ce58ba8e1ee63f7fa13f9e16bc92bb11f63 Mon Sep 17 00:00:00 2001 From: "emellor@leeni.uk.xensource.com" Date: Tue, 8 Nov 2005 12:02:10 +0100 Subject: [PATCH] This patch increments the version number of xm-test so that we can distinguish reports from the 0.4.0 tarball and in-tree versions. Signed-off-by: Dan Smith --- tools/xm-test/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xm-test/configure.ac b/tools/xm-test/configure.ac index 8580db97dc..5c37f3a8c7 100644 --- a/tools/xm-test/configure.ac +++ b/tools/xm-test/configure.ac @@ -1,7 +1,7 @@ # xm-test configure.ac input script # Basic header information -AC_INIT([xm-test], [0.4.0]) +AC_INIT([xm-test], [0.5.0]) AM_INIT_AUTOMAKE([1.7 foreign]) # Check for dependencies -- 2.30.2